home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000035_news@newsmaster….columbia.edu _Tue May 5 12:15:24 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA18680
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 5 May 1998 12:15:24 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA01694
  7.     for kermit.misc@watsun; Tue, 5 May 1998 12:15:23 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Handling Disconnections
  12. Date: 5 May 1998 16:15:19 GMT
  13. Organization: Columbia University
  14. Lines: 17
  15. Message-ID: <6indun$koh$1@apakabar.cc.columbia.edu>
  16. References: <6im2cu$5g0@bgtnsc03.worldnet.att.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8687
  19.  
  20. In article <6im2cu$5g0@bgtnsc03.worldnet.att.net>,
  21. Bernie  <bfb@worldnet.att.net> wrote:
  22. : I have a script which connects to a remote PC running
  23. : Procomm+ and downloads two files.  If the file(s) don't
  24. : exist, the remote PC hangs up and the script returns to
  25. : the C-Kermit@localhost> prompt.
  26. : An entry regarding the download failure is not written
  27. : to the session log file until I manualy type quit.
  28. : How can I handle this situation automatically?
  29. The session log only records what comes in during CONNECT
  30. mode.  Use LOG TRANSACTIONS and/or IF SUCCESS or IF
  31. FAILURE after the C-Kermit file transfer commands.
  32.  
  33. - Frank